- Home
- Search Results
- Page 1 of 1
Search for: All records
- 
                                    Total Resources4
- Resource Type
- 
                                    
                                    
                                    
                                    0004000000000000
- More
- Availability
- 
                                    
                                    13
- Author / Contributor
- Filter by Author / Creator
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            Scogland, Tom (4)
- 
                                                    
                                                        
                                                            
                                                            Lumsden, Ian (3)
- 
                                                    
                                                        
                                                            
                                                            Taufer, Michela (3)
- 
                                                    
                                                        
                                                            
                                                            Brink, Stephanie (2)
- 
                                                    
                                                        
                                                            
                                                            Devarajan, Hariharan (2)
- 
                                                    
                                                        
                                                            
                                                            Pearce, Olga (2)
- 
                                                    
                                                        
                                                            
                                                            Yokelson, Dewi (2)
- 
                                                    
                                                        
                                                            
                                                            Boehme, David (1)
- 
                                                    
                                                        
                                                            
                                                            Bogale, Befikir (1)
- 
                                                    
                                                        
                                                            
                                                            Burmark, Jason (1)
- 
                                                    
                                                        
                                                            
                                                            Chapman, Barbara (1)
- 
                                                    
                                                        
                                                            
                                                            Delzanno, Gian Luca (1)
- 
                                                    
                                                        
                                                            
                                                            Doerfert, Johannes (1)
- 
                                                    
                                                        
                                                            
                                                            Georgouli, Konstantia (1)
- 
                                                    
                                                        
                                                            
                                                            Hornung, Rich (1)
- 
                                                    
                                                        
                                                            
                                                            Hu, Andong (1)
- 
                                                    
                                                        
                                                            
                                                            Kougkas, Anthony (1)
- 
                                                    
                                                        
                                                            
                                                            Markidis, Stefano (1)
- 
                                                    
                                                        
                                                            
                                                            McKinsey, Michael (1)
- 
                                                    
                                                        
                                                            
                                                            Peng, Ivy (1)
 
- 
                                                    
                                                        
                                                            
                                                            
- Filter by Editor
- 
                                    
                                        - 
                                                    
                                                        
                                                            
                                                            Badia, Rosa M (1)
- 
                                                    
                                                        
                                                            
                                                            Mohror, Kathryn (1)
- 
                                                    
                                                        
                                                            
                                                            & Spizer, S. M. (0)
- 
                                                    
                                                        
                                                            
                                                            & . Spizer, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ahn, J. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bateiha, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Bosch, N. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Brennan, K. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, B. (0)
- 
                                                    
                                                        
                                                            
                                                            & Chen, Bodong (0)
- 
                                                    
                                                        
                                                            
                                                            & Drown, S. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ferretti, F. (0)
- 
                                                    
                                                        
                                                            
                                                            & Higgins, A. (0)
- 
                                                    
                                                        
                                                            
                                                            & J. Peters (0)
- 
                                                    
                                                        
                                                            
                                                            & Kali, Y. (0)
- 
                                                    
                                                        
                                                            
                                                            & Ruiz-Arias, P.M. (0)
- 
                                                    
                                                        
                                                            
                                                            & S. Spitzer (0)
- 
                                                    
                                                        
                                                            
                                                            & Sahin. I. (0)
- 
                                                    
                                                        
                                                            
                                                            & Spitzer, S. (0)
 
- 
                                                    
                                                        
                                                            
                                                            
- 
                                    Have feedback or suggestions for a way to improve these results?
 !
                                    
                                        
                                            Note: When clicking on a Digital Object Identifier (DOI) number, you will be taken to an external site maintained by the publisher.
                                            Some full text articles may not yet be available without a charge during the embargo (administrative interval).
                                        
                                        
                                        
                                            
                                                
                                             What is a DOI Number?
                                        
                                    
                                
Some links on this page may take you to non-federal websites. Their policies may differ from this site.
- 
            Free, publicly-accessible full text available November 13, 2025
- 
            Pearce, Olga; Burmark, Jason; Hornung, Rich; Bogale, Befikir; Lumsden, Ian; McKinsey, Michael; Yokelson, Dewi; Boehme, David; Brink, Stephanie; Taufer, Michela; et al (, IEEE)Free, publicly-accessible full text available November 17, 2025
- 
            Tian, Shilei; Scogland, Tom; Chapman, Barbara; Doerfert, Johannes (, Association for Computing Machinery)Badia, Rosa M; Mohror, Kathryn (Ed.)In contemporary high-performance computing architectures, the integration of GPU accelerators has become increasingly prevalent. To harness the full potential of these accelerators, developers often resort to vendor-specific kernel languages, such as CUDA. While this approach ensures optimal efficiency, it inherently compromises portability and engenders vendor dependency. Existing portable programming models, such as OpenMP, while promising, demand extensive code rewriting due to their foundamental difference from kernel languages. In this work, we introduce extensions to LLVM OpenMP, transforming it into a versatile and performance portable kernel language for GPU programming. These extensions allow for the seamless porting of programs from kernel languages to high-performance OpenMP GPU programs with minimal modifications. To evaluate our extension, we implemented a proof-of-concept prototype that contains a subset of extensions we proposed. We ported six established CUDA proxy and benchmark applications and evaluated their performance on both AMD and NVIDIA platforms. By comparing with native versions (HIP and CUDA), our results show that OpenMP, augmented with our extensions, can not only match but also in some cases exceed the performance of kernel languages, thereby offering performance portability with minimal effort from application developers.more » « less
- 
            Lumsden, Ian; Devarajan, Hariharan; Yildirim, Izzet; Markidis, Stefano; Hu, Andong; Peng, Ivy; Pennati, Luca; Yokelson, Dewi; Brink, Stephanie; Pearce, Olga; et al (, IEEE)Free, publicly-accessible full text available September 2, 2026
 An official website of the United States government
An official website of the United States government 
				
			 
					 
					
 
                                     Full Text Available
                                                Full Text Available